home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
7
/
DISK2472.ZIP
/
PLAN.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-06
|
463b
|
15 lines
Echo off
Cls
Echo S C H E D U L E Project "%1" Planning
Echo ----------------------------------------------------------------------
If .%1 == . Syntax1 %0
Echo ----------------------------------------------------------------------
:Dirset2
If exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
If not exist %1.JOB Syntax3 %0 %1 %2 %3 %4 %5 %6 %7
Copy C:\Packages\GanttPac\Plan.KBS %1.skb >nul
Schedule %1
Erase %1.SKB
If Errorlevel 1 Exitcode %1
View %1